libdvbv5_d.desc_sat

@file desc_sat.h @ingroup descriptors @brief Provides the descriptors for the satellite delivery system descriptor @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab @author Andre Roth

@par Relevant specs The descriptor described herein is defined at: - ETSI EN 300 468 V1.11.1

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

dvb_desc_sat_init
int dvb_desc_sat_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, dvb_desc* desc)

@brief Initializes and parses the satellite delivery system descriptor @ingroup descriptors

dvb_desc_sat_print
void dvb_desc_sat_print(dvb_v5_fe_parms* parms, const(dvb_desc)* desc)

@brief Prints the content of the satellite delivery system descriptor @ingroup descriptors

Static variables

dvbs_dvbc_dvbs_freq_inner
const(uint)[] dvbs_dvbc_dvbs_freq_inner;

@brief converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API.

dvbs_modulation
const(uint)[] dvbs_modulation;

@brief converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API.

dvbs_polarization
const(uint)[] dvbs_polarization;

@brief converts from the descriptor's polarization into enum dvb_sat_polarization, as defined at dvb-v5-std.h.

dvbs_rolloff
const(uint)[] dvbs_rolloff;

@brief converts from the descriptor's rolloff into enum fe_rolloff, as defined by DVBv5 API.

Structs

dvb_desc_sat
struct dvb_desc_sat

@struct dvb_desc_sat @ingroup descriptors @brief Structure containing the satellite delivery system descriptor

Meta